Update Xen extraversion to reflect unstable status.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 8 Mar 2006 10:54:48 +0000 (11:54 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 8 Mar 2006 10:54:48 +0000 (11:54 +0100)
Signed-off-by: Keir Fraser <keir@xensource.com>
xen/Makefile

index 751bae20833593108854e285c4906e92455c44dc..f4bcfe46e1a7bcb2984621de6eb222b785ae05f9 100644 (file)
@@ -6,7 +6,7 @@ INSTALL_DIR             = $(INSTALL) -d -m0755
 # All other places this is stored (eg. compile.h) should be autogenerated.
 export XEN_VERSION       = 3
 export XEN_SUBVERSION    = 0
-export XEN_EXTRAVERSION  = .0
+export XEN_EXTRAVERSION  = -unstable
 export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 
 export BASEDIR          := $(CURDIR)